Crate rust_i18n_support
source ·Structs§
- A thread-safe atomically reference-counting string.
- A wrapper for
Cow<'a, str>
that is specifically designed for use with thet!
macro. - Simple KeyValue storage backend
Constants§
- The default value of
minify_key
feature. - The length of auto-generated translation key
- The prefix of auto-generated translation key
- The minimum length of the value to be generated the translation key
Traits§
- I18n backend trait
- A trait for generating translation key from a value.
Functions§
- Generate a translation key from a value.